DX11 END STRING CAPTURE
Call this when you no longer wish to capture keyboard input as a string.
It is quite wasteful to keep on capturing such input when you are not actively using it for example (the internal string used to hold the string
buffer will continue to grow perpetually and require reallocations when it is exhausted, thus causing slowdowns to your program as well as potentially
massive memory consumption if left active indefinately).
The current state of the captured input string will be maintained and can be retrieved using DX11 GET CAPTURED STRING until such time that you
start another string capture using DX11 BEGIN STRING CAPTURE.
DX11 END STRING CAPTURE
This function does not take any parameters.
This function does not return a value.
INPUT Functions Menu
DX11 Function Categories